Xbasic

SQL::TableInfoMoveIndex Method

Syntax

DIM result AS L = MoveIndex(MoveTo as N, MoveFrom as N [, ItemsToCopy as N = 1])

Arguments

MoveToNumeric

Where to move the index.

MoveFromNumeric

The index to move.

ItemsToCopyNumeric

Default = -1. The number of items to copy.

Returns

resultLogical

Returns .t. if the operation succeeds. Otherwise, .f..

Description

Move a block of Index items.